home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-20 | 645 b | 24 lines | [TEXT/CWIE] |
- // SVAEMove.h
- //
- // 7Edit 3.1d1. Original version by Jon Lansdell and Nigel Humphreys.
- // 3.1 updates by Greg Sutton.
- // ©Apple Computer Inc 1995, all rights reserved.
-
- #ifndef __SVAEMOVE__
- #define __SVAEMOVE__
-
- #include <AppleEvents.h>
- #include <AEObjects.h>
- #include <AERegistry.h>
-
- #include "SVToken.h"
-
-
- pascal OSErr DoMove(const AppleEvent *theAppleEvent, AppleEvent *reply, long handlerRefCon);
-
- OSErr MoveTextToken(TextToken* token, AEDesc* insertHereDesc, AEDesc* result);
- OSErr MoveTextDesc(AEDesc* textDesc, AEDesc* insertHereDesc, AEDesc* result);
- OSErr MoveDesc(AEDesc* aDesc, AEDesc* insertHereDesc, AEDesc* result);
-
- #endif
-